home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 May: Tool Chest
/
Dev.CD May 00 TC.toast
/
pc
/
tool chest
/
development kits
/
mpw related
/
dts mpw goodies
/
diractive
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-09-14
|
210 b
|
10 lines
# DirActive Andrew Shebanow 12/4/88
#
# This simplistic little script gets the name of the active window,
# and sets the directory to its folder.
Set Exit 0
If "{Active}" =~ /(≈)®1:≈/
Directory "{®1}:"
End